home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _utilities / utilities / 001 / _basicaof / Examples / !Parallax / h / parallax
Text File  |  1994-01-03  |  240b  |  14 lines

  1. /*
  2.  *      s.blitstripe
  3.  */
  4. extern void blitstripe(int xcord,int imagex,int width,int ycord,int height,void *bitmap);
  5. extern screenbase;
  6.  
  7. /*
  8.  *      s.ShiftPic
  9.  */
  10. extern picture0[];
  11. extern picture1[];
  12. extern picture2[];
  13. extern picture3[];
  14.